﻿
/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	color: #212529
}

a:hover {
	text-decoration: none;
}

p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}

.byys {
	background: #f6f6f6;
}

:focus {
	color: #495057;
	border-color: #ddd;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 微软雅黑 !important;
}

body {
	background: #fff;
	color: #666;
	position: relative;
	font-family: 微软雅黑 !important;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
	min-width: 1300px;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,a:active,a:focus {
	color: #a56d35;
	text-decoration: none;
	outline: none;
	background: none;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,ol,li {
	list-style-type: none !important;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,h2,h3,h4 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h2.text-center {
	border-bottom: 1px solid #dee2e6!important;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.pageController ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	border-top: 1px #eee solid;
}

.pageController {
	overflow: hidden;
	padding: 0px 20px;
	text-align: center;
	width: 100%;
	max-width: 1340px;
	margin: auto;
}

.pageController ul li {
	display: inline-table;
}

.pageController ul li.Previous
{
	float: left;
	width: 20%;
	text-align: left;
}
.pageController ul li.Previous a
{
	padding: 0px 0px;
	border-top: 3px #fff solid;
	font-size: 16px;
	color: #444;
	font-weight: normal;
	font-family: arial !important;
	margin: 0px 0px;
}

.pageController ul li.num
{
	width: 60%;
}

.pageController ul li.Next
{
	float: right;
	width: 20%;
	text-align: right;
}
.pageController ul li.Next a
{
	padding: 0px 0px;
	border-top: 3px #fff solid;
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	font-family: arial !important;
	margin: 0px 0px;
}


.pageController ul li i
{
	font-style: initial;
}

.pageController ul li a {
	padding: 0px 2px;
	border: 0px #eeeeee solid;
	color: #444444;
	font-size: 14px;
	line-height: 60px;
	margin: 0px 0px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 10px;
	border-top: 3px #fff solid;
}

.pageController ul li a:hover {
	background:;
	color: #c52620;
}

.pageController ul li .page-num-current {
	background: none;
	color: #c52620;
	border-top: 3px #c52620 solid;
}